NoteMessage

 Index

Description

Display a note on the chat screen. The note will always be displayed on the top of board area and can not be cleared by the "Clear" button in the chat room.

Syntax

NoteMessage = text

Example

Example 1:
NoteMessage=Welcome to My Chatroom!

Example 2:
NoteMessage=<center><h2>Today's Topic: Football<h2></center><hr>
* This will display something like this:

Today's Topic: Football


So you can use it as your chat room's topic.

Example 3:
NoteMessage= <script language="Javascript">alert("Hello! Welcome to my chat room!");</script>
* This will display a message box when user enter your chat room.

Remarks

There is no this key in the INI file by default. If you want to set it, please open the chat room's INI file with any text editor and add this key to the INI file.

See Also

TopicText, Room setting files, Display a note on the chat screen


Copyright © 2003 LionMax Software. All Rights Reserved.